Personal tools

Lua/Shared/Transform3/Functions/Invert

From JC2-MP Documentation

< Lua‎ | Shared‎ | Transform3
Jump to: navigation, search

Returns    Transform3
Prototype    Transform3:Invert()
Description    Inverts the transform.


Additional Notes

  • This operation does not yield a new transform object, the returned object and the subject are the same.

See Also